DisplayListType Enumeration

Represents whether a list of values that occurs within a condition is displayed in the UI wile entering a cell value.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum DisplayListType

Members

Unsorted0 The list values are displayed in the order they occur in the condition.
SortAscending1 The list values are displayed in ascending order.
None2 The list values are not displayed.

See Also